clear data meaning in Chinese
清除数据
未加密数据
Examples
- You need an encryption key in addition to the clear data being encrypted
) ,除了加密的明文数据以外,还需要加密密钥。 - Function is useful for formatting output and clearing data in fixed - length strings
在格式化输出内容和清除固定长度的字符串中的数据时, - It accepts a base 64 encoded cipher byte array , and decodes and decrypts it to return the clear data string
它接受用base 64编码的密码字节数组,并对它译码和解密以返回明文数据字符串。 - I then extract the initialization vector into a byte array , block encrypt the clear data , and prefix the iv bytes to the encrypted data bytes
随后我将初始向量( iv )抽取到字节数组,对明文数据进行块加密,并将iv字节置于加密的数据字节之前。 - I use a block cipher algorithm for encryption that requires the clear data bytes to be in blocks of 8 bytes , so i pad the last incomplete block with some characters
我对需要将明文数据字节放在8字节块的加密使用块密码算法,所以我用一些字符填充最后一个不完整的块。